home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
By the Book
/
Mac C Primer V2
/
6.1 - MyStarter
/
CDragPane.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-02
|
385 b
|
21 lines
|
[
TEXT/KAHL
]
#define _H_CDragPane
#include "CPane.h"
extern Boolean gIsScrolling;
struct CDragPane : CPane
{
int patNumber;
void IDragPane( Point corner,
int height,
int width,
int patNum,
CView *anEnclosure,
CBureaucrat *aSupervisor );
void Draw( Rect *area );
void DoClick( Point hitPt, short modifierKeys, long when );
};